GenerativeComponents Help

To create Global Function from Custom Function

  1. Create a Custom Function in the function call dialog. Give a return type in the function dialog.
  2. Right click on the three lines and select the second option Promote your custom function to a named global function.
  3. Enter the name of the Global Function in the dialog.
  4. Click Ok. GC generates the Global Function and opens the Function dialog, where the recently created function is seen.

    After creating a Global Function, the function is called in the respective node inside that file . Also, a .GCP file is created from the Packager node and imported in other files.